Bitmap for UWP
SetSamplers(Int32,SamplerState[]) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.Direct3D11 名前空間 > CommonShaderStageBase クラス > SetSamplers メソッド : SetSamplers(Int32,SamplerState[]) メソッド
Index into the device's zero-based array to which to set the array of sampler states.
An array of sampler state to set
Sets an array of samplers to be used by the shader stage.
シンタックス
'宣言
 
Public Overloads Sub SetSamplers( _
   ByVal slot As System.Integer, _
   ByVal ParamArray samplers() As SamplerState _
) 
public void SetSamplers( 
   System.int slot,
   params SamplerState[] samplers
)

パラメータ

slot
Index into the device's zero-based array to which to set the array of sampler states.
samplers
An array of sampler state to set
参照

CommonShaderStageBase クラス
CommonShaderStageBase メンバ
オーバーロード一覧